[WIP] Add functionality to load presets from file system - #64
Closed
SeamusMullan with Copilot wants to merge 2 commits into
Closed
[WIP] Add functionality to load presets from file system#64SeamusMullan with Copilot wants to merge 2 commits into
SeamusMullan with Copilot wants to merge 2 commits into
Conversation
5 tasks
📊 PR SummaryChanges Overview
CI ChecksThis PR will trigger the following checks: Please ensure all checks pass before merging. |
- Add PresetLoadDialog in src/ui/dialogs/preset_load_dialog.py - Lists all available presets with metadata display panel - Load button enabled only when a preset is selected - Double-click to load; validates before accepting - Shows warning on invalid/corrupt presets - Export PresetLoadDialog from src/ui/dialogs/__init__.py - Add Load Preset button to ProjectInfoTab Quick Start section - Add Load Preset (Ctrl+L) to MainWindow File menu - Add MainWindow.show_load_preset_dialog() slot that loads and applies preset config to all tabs - Add 18 tests in tests/test_preset_load_dialog.py covering init, list population, metadata display, accept/reject, and MainWindow integration Agent-Logs-Url: https://github.com/DirektDSP/PluginConfiguratorApp/sessions/38d99418-2b8e-4e75-8fe4-c5a754db74e2 Co-authored-by: SeamusMullan <43112447+SeamusMullan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PresetLoadDialoginsrc/ui/dialogs/preset_load_dialog.pyPresetLoadDialogfromsrc/ui/dialogs/__init__.pyProjectInfoTab(Tab 1) Quick Start sectionMainWindowFile menu andshow_load_preset_dialog()handlertests/test_preset_load_dialog.py